home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 February / EnigmA AMIGA RUN 15 (1997)(G.R. Edizioni)(IT)[!][issue 1997-02][PLANET CD V].iso / progs / editor / frexxed / fpl / killnotify.fpl.readme < prev    next >
Text File  |  1995-07-18  |  941b  |  27 lines

  1. ############################################
  2. File: KillNotify.FPL
  3. Author: Daniel Stenberg / Kjell Ericson / Nicolas Dade
  4. Email: FidoNet 2:201/328 / nicolas-dade@uiuc.edu
  5. Short: Used by the 'FrexxEdStart.rx' program
  6. Version: 1.3
  7. Date: 6.6.95
  8. Local settings: _iconify_when_quit, _notify_port
  9. Global settings: _iconify_when_quit_countdown
  10. Keysequence: 
  11. Type: hook
  12. Prereq: FrexxEdStart.rx
  13. ############################################
  14.  
  15. FUNCTION
  16.   Used by the 'FrexxEdStart.rx' program. It hooks to the 'BufferKill'
  17. exception and sends a message to the program that the loaded file
  18. is killed.
  19.  
  20. HISTORY
  21.   1.0 - initial version
  22.   1.1 - Now it iconfies FrexxEd again when a file is killed, if FrexxEd
  23.         was deiconified when that file was loaded!
  24.   1.2 - Made the two settings hidden. No need to see or edit them!
  25.   1.3 - (6.6.95) [Nicolas]
  26.         Iconify() is called only when the last file is closed. See rexx/FrexxEdStart.rx for the details
  27.